Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate CodeTF when no files/codemods match #131

Merged
merged 2 commits into from
Nov 15, 2023
Merged

Conversation

drdavella
Copy link
Member

@drdavella drdavella commented Nov 14, 2023

Overview

Generate CodeTF with empty results when no files or codemods are applied

@drdavella drdavella marked this pull request as ready for review November 14, 2023 19:23
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #131 (725409d) into main (7be15b4) will increase coverage by 0.00%.
The diff coverage is 90.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #131   +/-   ##
=======================================
  Coverage   96.28%   96.29%           
=======================================
  Files          64       64           
  Lines        2695     2697    +2     
=======================================
+ Hits         2595     2597    +2     
  Misses        100      100           
Files Coverage Δ
src/codemodder/codemodder.py 97.05% <90.00%> (+0.04%) ⬆️

@@ -5,7 +5,7 @@ coverage:
target: 90%
patch:
default:
target: 100%
target: 90%
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The most exciting change in this PR.

@drdavella drdavella added this pull request to the merge queue Nov 15, 2023
@drdavella drdavella removed this pull request from the merge queue due to the queue being cleared Nov 15, 2023
@drdavella drdavella added this pull request to the merge queue Nov 15, 2023
@drdavella drdavella removed this pull request from the merge queue due to a manual request Nov 15, 2023
@drdavella drdavella added this pull request to the merge queue Nov 15, 2023
Merged via the queue into main with commit 98dc6c8 Nov 15, 2023
12 checks passed
@drdavella drdavella deleted the no-files-match branch November 15, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants